home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / tclshell / tclinit < prev    next >
Encoding:
Text File  |  1992-12-17  |  750 b   |  16 lines

  1.  
  2.  
  3.           The Tcl initialization file, normally TclInit.tcl in the
  4.           main Tcl script directory, initializes the Tcl shell.  It
  5.           defines various Tcl procedures that are required to
  6.           implement loading of Tcl source from libraries via the
  7.           package library and autoload facilities.
  8.  
  9.           If the Tcl is invoked interactively, it will source a file
  10.           named .tclrc in the user's home directory, if it exists.
  11.           Tcl is viewed primarly as a programming language, not an
  12.           interactive shell, so the .tclrc is intended for use for
  13.           loading development utilities, not to support applications,
  14.           which should not have to rely on the user's environment in
  15.           such a manner.
  16.